vendor/golang.org/x/text/unicode/bidi.bidiTrie.lookupValue (method)

19 uses

	vendor/golang.org/x/text/unicode/bidi (current package)
		prop.go#L101: 		return Properties{entry: trie.lookupValue(uint32(i), c1)}, 2
		prop.go#L117: 		return Properties{entry: trie.lookupValue(uint32(i), c2), last: c2}, 3
		prop.go#L139: 		return Properties{entry: trie.lookupValue(uint32(i), c3)}, 4
		prop.go#L164: 		return Properties{entry: trie.lookupValue(uint32(i), c1)}, 2
		prop.go#L180: 		return Properties{entry: trie.lookupValue(uint32(i), c2), last: c2}, 3
		prop.go#L202: 		return Properties{entry: trie.lookupValue(uint32(i), c3)}, 4
		tables15.0.0.go#L35: 		return t.lookupValue(uint32(i), c1), 2
		tables15.0.0.go#L51: 		return t.lookupValue(uint32(i), c2), 3
		tables15.0.0.go#L73: 		return t.lookupValue(uint32(i), c3), 4
		tables15.0.0.go#L88: 		return t.lookupValue(uint32(i), s[1])
		tables15.0.0.go#L92: 		return t.lookupValue(uint32(i), s[2])
		tables15.0.0.go#L96: 		return t.lookupValue(uint32(i), s[3])
		tables15.0.0.go#L120: 		return t.lookupValue(uint32(i), c1), 2
		tables15.0.0.go#L136: 		return t.lookupValue(uint32(i), c2), 3
		tables15.0.0.go#L158: 		return t.lookupValue(uint32(i), c3), 4
		tables15.0.0.go#L173: 		return t.lookupValue(uint32(i), s[1])
		tables15.0.0.go#L177: 		return t.lookupValue(uint32(i), s[2])
		tables15.0.0.go#L181: 		return t.lookupValue(uint32(i), s[3])
		tables15.0.0.go#L194: func (t *bidiTrie) lookupValue(n uint32, b byte) uint8 {